home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-09-20 | 3.2 KB | 209 lines |
- [defaults]
- ;-----------------------------------------------------------------------------
- ;
- ; Terminal Client Setup
- ;
- ;-----------------------------------------------------------------------------
- ;
- ; forecolor
- ;
- ; The color which will be used to display text
- ;
- forecolor=white
-
- ;
- ; backcolor
- ;
- ; The background color of the Terminal window
- ;
- backcolor=black
-
- ;
- ; boldcolor
- ;
- ; The color which will be used to display 'high-intensity' text
- ;
- boldcolor=cyan
-
- ;
- ; backspace
- ;
- ; The ASCII value which will be transmitted by the <Backspace> key
- ;
- backspace=DEL
-
- ;
- ; local_echo
- ;
- ; Should keystrokes be echoed locally, or by the host?
- ;
- local_echo=off
-
- ;
- ; wrap
- ;
- ; Automatically wrap back to column 1 after reaching EOL
- ;
- wrap=on
-
- ;
- ; terminal
- ;
- ; Which terminal to emulate: VT200, VT100, VT52
- ;
- terminal=VT200
-
- ;
- ; font
- ;
- ; Which font to use: DEC, IBM, ANSI, Terminal
- ;
- font=DEC
-
- ;
- ; fontsize
- ;
- ; Use 'large' or 'small' DEC font (when 'font=DEC')
- ;
- fontsize=LARGE
-
- ;
- ; custom_font
- ;
- ; Which font to use as the 'custom' font
- ;
- custom_font=
-
- ;
- ; bell
- ;
- ; Will the terminal's bell sound when the BEL character is received?
- ;
- bell=on
-
- ;
- ; win_height
- ;
- ; The height of the terminal window, in text lines.
- ; 12 <=win_height <= 48
- ;
- win_height=24
-
- ;
- ; win_width
- ;
- ; The width of the terminal window, in text columns
- ; 40 <=win_height <= 160
- ;
- win_width=80
-
- ;
- ; buffer
- ;
- ; Specifies the number of lines in the scrollback buffer
- ;
- buffer=72
-
- ;
- ; script
- ;
- ; The name of the file containing script commands to be executed
- ; after a connection has been established
- ;
- script=
-
- ;
- ; keymap
- ;
- ; The name of the file containing default key redefinitions
- ; Fully-qualified pathname recommended
- ;
- keymap=
-
- ;
- ; print_mode
- ;
- ; Specifies whether local printing should be done in 'normal' (text)
- ; mode or 'transparent' mode.
- ;
- print_mode=normal
-
- scrollbar=ON
- capture_mode=BINARY
- autoclose=NO
- conntype=network
- output_trans=ON
- eolchar=LF
- display_mode=WINDOW
- numeric_keypad=NUMERIC
- cursor_keypad=NORMAL
-
-
- [hardware]
- ;-----------------------------------------------------------------------------
- ;
- ; PC Keyboard and printer information
- ;
- ;-----------------------------------------------------------------------------
-
- ;
- ; keypad
- ;
- ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
- ;
- keypad=DEC
-
- ;
- ; nl_mode
- ;
- ; Should <NumLock> key be forced ON ('lock') or left alone ('unlock')
- ;
- nl_mode=LOCK
-
- [printer]
- ;
- ; printer
- ;
- ; Specifies the default local printer for print-screen and
- ; slave-printing. If left blank, the default Windows printer
- ; will be used.
- ;
- ; The argument to this directive should of the form used by
- ; the 'device=' statement in the [windows] section of WIN.INI.
- ;
- printer=
- printer_font=
- printer-warning=1
-
- [network]
- ;
- ; port
- ;
- ; default TCP port to use: telnet or rlogin
- ;
- port=telnet
-
- ;
- ; negotiate
- ;
- ; Enable/disable Telnet terminal-type negotiation
- ;
- negotiate=all,yes
-
- ;
- ; username
- ;
- ; The default username to supply to the 'rlogin' protocol
- ;
- username=
-
- hostdir=c:\tcpopen\etc
-
- [serial]
- serialcomm=1:9600:8,N,1:X
- modeminit=atq0e0v0x4&c1&d2
-
- [login]
- name_prompt=login:
- pass_prompt=Password:
-